home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Education / Dorling Kindersley / Body / DATA / contentM.dir / 00001.ls next >
Encoding:
Text File  |  1995-06-29  |  326 b   |  16 lines

  1. on exitFrame
  2.   if rollOver(22) and the mouseDown then
  3.     go("st", "splash")
  4.     abort()
  5.   else
  6.     if rollOver(23) and the mouseDown then
  7.       go("info")
  8.     else
  9.       if rollOver(24) and the mouseDown and (the castNum of sprite 24 = 13) then
  10.         go("ST", "01.DIR")
  11.       end if
  12.     end if
  13.   end if
  14.   go(the frame)
  15. end
  16.